PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / getChecked Method
In This Topic
    getChecked Method
    In This Topic
    Gets a value indicating whether the radio button is in the checked state.
    Syntax
    public boolean getChecked()

    Return Value

    True if the radio button is in the checked state; otherwise, false.
    See Also